DeleteVulWhitelist
Description
removes the specified vulnerability record from the vulnerability whitelist. After deletion, Server Guard will re-detect and report the vulnerability information.
Request Method
POST
Request Path
/apsara/route/aegis/DeleteVulWhitelist
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Whitelist | BODY | string | No | No sample value for this parameter. | the vulnerability information that needs to be removed from the whitelist, expressed in JSON format, refer to the request example. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}